home *** CD-ROM | disk | FTP | other *** search
-
- REM ╔═══════════════════════════════════════════════════════════════════════╗
- REM ║ GunShip 2000 by MicroProse ║
- REM ║ ║
- REM ║ FLCS / WCS II / RCS FILE ║
- REM ║ ║
- REM ║ Digital Throttle - Continuous Characters ║
- REM ║ ║
- REM ╚═══════════════════════════════════════════════════════════════════════╝
-
- REM ╔═══════════════════════════════════════════════════════════════════════╗
- REM ║ Written and Tested by Ed Bowser - August, 1994 ║
- REM ╚═══════════════════════════════════════════════════════════════════════╝
-
- REM ╔══════════════════════════════════╗
- REM ║ Mark II WCS Base Switch Settings ║
- REM ║ ║
- REM ║ Black Hat switch = Digital ║
- REM ║ Red Switch = Digital ║
- REM ╚══════════════════════════════════╝
-
- REM NOTE: No throttle statement is needed with the WCS II when run thru the
- REM FLCS as analog! When no throttle statement is encountered for the
- REM WCS II, ANALOG is assumed, and the RED switch must set to ANALOG.
-
- REM ╔═══════════════╗
- REM ║ Game Settings ║
- REM ╚═══════════════╝
-
- REM JOYSTICK for Collective in Setup
-
- REM ╔══════════════╗
- REM ║ MDF Filename ║
- REM ╚══════════════╝
-
- Mdef GS2000D
-
- REM ╔════════════╗
- REM ║ Enable WCS ║
- REM ╚════════════╝
-
- USE WCS
-
- REM ╔═══════════════════════════════════════════╗
- REM ║ Set Throttle Delay Rate (in Milliseconds) ║
- REM ╚═══════════════════════════════════════════╝
-
- RATE 20
-
- REM ╔═══════════════╗
- REM ║ FLCS Commands ║
- REM ╚═══════════════╝
-
- BTN TG2
-
- REM Hat One for Primary Views
-
- BTN H1U /N Cockpit_View
- BTN H1L /N Left_View
- BTN H1R /N Right_View
- BTN H1D /N Missle_View
-
- BTN S1 /N Rotor_Toggle
- BTN S2 /N Comanche_Gear
- BTN S3 /N Chaff_&_Flare
- BTN S4 /N RADAR_&_IR_Jam
-
- REM Hat Two for Primary Weapons Control
-
- BTN H2U /N Acquire/Next_Tgt
- BTN H2L /N Cycle_Left_MFD
- BTN H2R /N Cycle_Right_MFD
- BTN H2D /N Select_Weapon
-
- REM Hat Three for Tactical Views
-
- BTN H3U /N Tactical_View
- BTN H3L /N Cockpit_View
- BTN H3R /N Chase_View
- BTN H3D /N Revrse_Tact_View
-
- REM Hat Four for Secondary Weapons Control
-
- BTN H4U /N Rocket_Salvo_X_1
- BTN H4L /N Rocket_Salvo_X_2
- BTN H4R /N Rocket_Salvo_X_4
- BTN H4D /N Weapons_Bay_Door
-
- REM ╔═════════════════╗
- REM ║ WCS II Commands ║
- REM ╚═════════════════╝
-
- BTN T1 /N Auto_Pilot
- BTN T2 /N Prev_Waypoint
- BTN T3 /N Next_Waypoint
- BTN T4 /N Low_Limit_>
- BTN T5 /N Low_Limit_<
- BTN T6 /N Auto_Hover
- BTN T7 /P /N Pause_Game
- /R Pause_Game
- BTN T8 /P /N Mission_Map
- /R Exit_Map
-
- @Collective
- @Minimum_Collect
-
- REM ╔═══════════════════════════════════════════════════════════════════╗
- REM ║ ║
- REM ║ NOTE: THIS FILE IS TO BE USED WITH THE F16C BLOCK 50 FLCS ║
- REM ║ joystick made exclusively by ThrustMaster, Inc. ║
- REM ║ ║
- REM ║ Don't have one of these joysticks that are so realistic they look ║
- REM ║ like they've been ripped out of the jet? Just pick up your phone ║
- REM ║ and dial 503-639-3200 or fire up the FAX machine and send a FAX ║
- REM ║ to ThrustMaster, Inc. Ask for the Order department. Have your ║
- REM ║ Visa or MasterCard ready. ║
- REM ║ ║
- REM ╚═══════════════════════════════════════════════════════════════════╝
-